The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:CGI-MxScreen cgi session"

CGI::MxScreen::Session - Handle session save and restore River stage zero No dependents

This class handles the context save and restore operations, based on a serializer and a saving medium. Both can be configured dynamically, as explained in CGI::MxScreen::Config....

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::MxScreen::Session::Medium - Abstract session saving medium River stage zero No dependents

This class is deferred, and is meant to be inherited from by classes implementing the various session media....

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::MxScreen::Session::Medium::File - File session medium River stage zero No dependents

This saves the session within a file on the server side. Session files are created under a set of directories, to avoid having directories with two many files in them, which is inefficient on most filesystems (reiserfs excepted). An MD5 hash of the s...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::MxScreen::Session::Medium::Browser - Browser session medium River stage zero No dependents

This saves the session within the browser, and therefore does not require any storage on the server side, compared to other session media. The context is serialized within a hidden parameter, along with an MD5 checksum. The whole thing is encrypted w...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::MxScreen::Session::Medium::Raw_File - Fast file session medium River stage zero No dependents

This class behaves exactly as "CGI::MxScreen::Session::Medium::File" excepted that it ignores the serializer configuration and hardwires "Storable", which allows for efficient storage and retrieval since the "Storable" routines "store()" and "retriev...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::MxScreen - a multi-screen stateful CGI framework River stage zero No dependents

"CGI::MxScreen" is a framework for building multi-screen stateful CGI programs. It is rather object-oriented, with some peculiarities brought by persistency constraints: all objects must be handled by "Storable". "CGI::MxScreen" is based on the "CGI"...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::MxScreen::Config - configuration for CGI::MxScreen River stage zero No dependents

The CGI::MxScreen::Config module is meant to provide compile-time configuration for the CGI::MxScreen framework. Configuration parameters may be set in a Perl file (which is loaded via "require", so it must end-up being syntactically correct and retu...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::MxScreen::Screen - Ancestor for all user screens River stage zero No dependents

This deferred class is meant to be the ancestor of all your application screens. You must inherit from "CGI::MxScreen::Screen" and at least define the "display()" routine, which will be called by the "CGI::MxScreen" manager when that screen is select...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC
8 results (0.064 seconds)